|
The IntervalZero.RTX.dll provides the ability for a Windows application to link in features that will allow it to communicate with RTX real-time applications. Create a managed code application that includes real-time communication attributes as follows:
Steps:
IntervalZero.RTX.dll
in the list of DLLs available from the .NET tab.NOTE: If you cannot find IntervalZero.RTX.dll
in the .NET list, browse for it at <RTXSDKDIR>/assemblies
.
using RTX;
using RTX.Threading;
using RTX.Runtime;
RtssEnvironment.InitializeRtxLibrary()
before creating any new threads.